home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Almathera Ten Pack 3: CDPD 3
/
Almathera Ten on Ten - Disc 3: CDPD3.iso
/
fish
/
676-700
/
682
/
rexxhostlib
/
glue.lzh
/
GetRexxR.asm
< prev
next >
Wrap
Assembly Source File
|
1990-09-18
|
173b
|
15 lines
xref _RexxHostBase
xdef _GetRexxResult1
section text,code
_GetRexxResult1:
pea (a6)
move.l _RexxHostBase,a6
move.l 8(sp),a0
jsr -72(a6)
move.l (sp)+,a6
rts
end